PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFCanvas Class / translateTransform Method
The x-coordinate of the translation.
The y-coordinate of the translation.
In This Topic
    translateTransform Method
    In This Topic
    Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this canvas.
    Syntax
    public void translateTransform( 
       double tx,
       double ty
    )

    Parameters

    tx
    The x-coordinate of the translation.
    ty
    The y-coordinate of the translation.
    See Also